-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepared queries for modules #3039
Conversation
9115.1 / Erlang 23.0.3 / small_tests / 26521e4 9115.2 / Erlang 23.0.3 / internal_mnesia / 26521e4 9115.3 / Erlang 23.0.3 / odbc_mssql_mnesia / 26521e4 9115.4 / Erlang 23.0.3 / mysql_redis / 26521e4 mam_SUITE:rdbms_cache_prefs_cases:messages_filtered_when_prefs_default_policy_is_never{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok,ok]\n"}} 9115.7 / Erlang 23.0.3 / elasticsearch_and_cassandra_mnesia / 26521e4 9115.5 / Erlang 23.0.3 / riak_mnesia / 26521e4 9115.6 / Erlang 23.0.3 / ldap_mnesia / 26521e4 9115.9 / Erlang 22.3 / pgsql_mnesia / 26521e4 |
9154.1 / Erlang 23.0.3 / small_tests / ad1b72d 9154.2 / Erlang 23.0.3 / internal_mnesia / ad1b72d 9154.3 / Erlang 23.0.3 / odbc_mssql_mnesia / ad1b72d 9154.4 / Erlang 23.0.3 / mysql_redis / ad1b72d 9154.7 / Erlang 23.0.3 / elasticsearch_and_cassandra_mnesia / ad1b72d 9154.5 / Erlang 23.0.3 / riak_mnesia / ad1b72d 9154.6 / Erlang 23.0.3 / ldap_mnesia / ad1b72d 9154.9 / Erlang 22.3 / pgsql_mnesia / ad1b72d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a huge chunk of great work!
All PR's were reviewed before.
A quick look at the changes shows no issues.
Codecov Report
@@ Coverage Diff @@
## master #3039 +/- ##
==========================================
+ Coverage 78.02% 78.50% +0.47%
==========================================
Files 374 378 +4
Lines 31190 31121 -69
==========================================
+ Hits 24337 24431 +94
+ Misses 6853 6690 -163
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realized we need to merge the MUC PR here, see #3028
9155.1 / Erlang 23.0.3 / small_tests / 7707c01 9155.2 / Erlang 23.0.3 / internal_mnesia / 7707c01 9155.4 / Erlang 23.0.3 / mysql_redis / 7707c01 9155.3 / Erlang 23.0.3 / odbc_mssql_mnesia / 7707c01 9155.7 / Erlang 23.0.3 / elasticsearch_and_cassandra_mnesia / 7707c01 9155.5 / Erlang 23.0.3 / riak_mnesia / 7707c01 9155.6 / Erlang 23.0.3 / ldap_mnesia / 7707c01 |
@arcusfelis could you update the PR description so that we don't lose track of the PR's merged to this branch before you rebased it and changed the commit history? |
Require database jid to be parsable
Make select_room_id_and_version prepared too
Prepare query for muc_light_insert_room function
Remove unused rdbms_queries:update/5 function
Retry privacy update transaction Update eodbc. Return bigints as numbers, not binaries now. Smaller data type for the ord field.
31f9a19
to
a8d9cab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good after adding MUC
Rebased
#3025
Prepared queries for:
mod_mam
Prepared queries for MAM #2961, Add prepared queries for the remaining parts of MAM - user & prefs #2977mod_roster
Prepared queries for mod_roster #2985mod_privacy
Use prepared queries in mod_privacy_rdbms #3004mod_muc_light
Prepared queries MUC-light #3011mod_last
Prepared queries for mod_last #3019mod_offline
Prepared queries for mod_offline - rebased #3040mod_muc
Use prepared queries for MUC legacy - version 2 #3028